home *** CD-ROM | disk | FTP | other *** search
- From: RMarlowe@msn.com (Roger Marlowe)
- Subject: G++ math question
- Date: 5 Apr 96 05:16:02 -0800
- Message-ID: <00001a81+0000b148@msn.com>
- Path: news.msn.com!msn.com
- Newsgroups: comp.lang.c++
- Organization: The Microsoft Network (msn.com)
-
- I wrote a program on MSVC 4 and I am trying to compile it with G++
- in a UNIX envir.
- G++ doesn't know what 'log()', 'pow()' or 'floor()' are even though
- I have #included<math.h>.
-
- Doesn't G++ have math routines or maybe they aren't installed on
- this particular machine??
-
- Thanks for your advice...
-
- Roger
-
-